home *** CD-ROM | disk | FTP | other *** search
/ Aminet 44 / Aminet 44 (2001)(GTI - Schatztruhe)[!][Aug 2001].iso / Aminet / util / cli / TaskByName.readme < prev   
Text File  |  2001-07-04  |  3KB  |  75 lines

  1. Short:    Simple ARexx Scripts for handling DOS tasks by name.
  2. Author:   Robert Cranley <robertcranley@yahoo.ie>
  3. Uploader: robertcranley@yahoo.ie
  4. Type:     util/cli
  5. Requires: ARexx running, Status, Break and ChangeTaskPri in the default
  6.  
  7. path.
  8.  
  9. Long:
  10.  
  11. Two simple ARexx scripts which I wrote to enable the breaking and
  12. priority adjusting of shell tasks by their name. But why? I hear you
  13. cry. Well, ever want to simple be able to kill a task or change its
  14. priority, but then have to use the status command, pick out your task,
  15. and then use the Break or ChangeTaskPri commands. Well, these two
  16. scripts allow you to do this by the name of the task instead. Handy for
  17. DOS scripts, where there's no guarantee a task will be on a particular
  18. CLI number. Anyway, try it out and you'll see...
  19.  
  20. Installation:
  21. Simply copy Break.rexx and ChangePri.rexx to your REXX: assign. The
  22. Script (S) protection bit should be set, just check it if you have
  23.  
  24. Usage:
  25. If the S bit is set, simply typing Break.rexx or ChangePri.rexx at a
  26. shell prompt will execute the scripts. Make sure RexxMast
  27. (SYS:System/RexxMast) is running first! RX Break or RX ChangePri will
  28. achieve exactly the same results.
  29.  
  30. Both scripts take the name of a task as the first argument, and
  31. ChangePri takes a priority number (-127 -> +127) as a second argument.
  32. Note that these scripts will only work on CLI tasks. For example:
  33.  
  34. Break.rexx SysMon
  35. or
  36. RX Break SysMon
  37.  
  38. will search for a task called "SysMon" and pass a break command onto it
  39. (Ctrl-C). If it can't find the task it will tell you so.
  40.  
  41. ChangePri Workbench -1
  42.  
  43. Will set the workbench task's priority to -1.
  44. Note that you can seriously affect your system, even making it
  45. unuseable or crashing it, by messing with tasks. Only use these scripts
  46. if you know what you're doing. I can't be held responsible for anything
  47. that goes wrong as a result of using these scripts. If something does
  48. go badly wrong though, a reboot will usually fix it, but make sure
  49. you're not going to invalidate your disks :(
  50.  
  51. Ware:
  52. These scripts are emailware. Do what you want with them, but you should
  53. really mail me, even if just to say that you love or hate the scripts.
  54. Go on, listen to that conscience :)
  55.  
  56. Enjoy!
  57.  
  58. Rob
  59.  
  60. Contact:
  61. robertcranley@yahoo.ie
  62. ICQ: 103366205
  63. http://ireland.amiga.org
  64.  
  65.  
  66. ============================= Archive contents =============================
  67.  
  68. Original  Packed Ratio    Date     Time    Name
  69. -------- ------- ----- --------- --------  -------------
  70.      964     512 46.8% 24-May-01 14:01:24  ChangePri.rexx
  71.      835     455 45.5% 12-Jan-01 22:02:02  break.rexx
  72.     2265    1169 48.3% 31-May-01 01:11:50  TaskByName.readme
  73. -------- ------- ----- --------- --------
  74.     4064    2136 47.4% 31-May-101 20:50:26   3 files
  75.